fetchForAppointmentUuid
fetchForAppointmentUuid
Path Parameters
appointment_uuid string required
appointment_uuid
Header Parameters
authorization string required
authorization
application/json
Request Body required
request
dealerDepartmentUuidList string[]
requesterUserUuid string
Responses
- 200
- 201
- 401
- 403
- 404
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
apptReminderDtos object[]
appointmentUuid string
remarks string
reminderTime string
status string
Possible values: [TEXT_SENT
, TEXT_FAILED
, EMAIL_SENT
, EMAIL_FAILED
]
uuid string
error object
code string
description string
metadata object
property name* string
statusCode int32
warnings object[]
code string
description string
{
"apptReminderDtos": [
{
"appointmentUuid": "string",
"remarks": "string",
"reminderTime": "string",
"status": "TEXT_SENT",
"uuid": "string"
}
],
"error": {
"code": "string",
"description": "string",
"metadata": {}
},
"statusCode": 0,
"warnings": [
{
"code": "string",
"description": "string"
}
]
}
Created
Unauthorized
Forbidden
Not Found
Loading...